Use QHash instead of QMap in osm.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 6 Aug 2013 20:53:01 +0000 (20:53 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 6 Aug 2013 20:53:01 +0000 (20:53 +0000)
gpsbabel/osm.cc

index b3249c0de0a041324fc7679b2af2467d375d5031..92853babdc17223d6244b037fbd3c68a0bcd7beb 100644 (file)
@@ -37,7 +37,7 @@ static arglist_t osm_args[] = {
 
 #define MYNAME "osm"
 
-static QMap<QString, const waypoint*> waypoints;
+static QHash<QString, const waypoint*> waypoints;
 
 static avltree_t* keys = NULL;
 static avltree_t* values = NULL;